Add consumer-driven tree runtime - #3
Merged
Merged
Conversation
waywardmonkeys
force-pushed
the
codex/tree-runtime
branch
from
August 27, 2026 02:09
6868664 to
5914f87
Compare
Extract reusable exact-address tree execution behind a small host projection, and prove the seam against both Basilica and Exedra storage. Preserve revision clocks across extraction, provide in-place commits, use ordered traversal sets and lazy host iterators, and keep graph-specific evaluation domain-owned.
waywardmonkeys
force-pushed
the
codex/tree-runtime
branch
from
August 27, 2026 02:19
5914f87 to
99b156c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Exedra exposed a reusable seam for host-owned rooted trees: locator and query execution can be shared without moving storage, indexing, or domain policy into Addressable.
This adds the
no_std + allocaddressable_treeruntime for exact, relative, and pinned resolution; explicit tree queries; revision-scoped handles; and revision-safe in-place commits. Basilica's assembly view is the secondTreeHost, while its dependency and cross-view axes retain their custom evaluator. The accompanying ADR records why the boundary was pulled forward and what remains domain-owned.